home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 117 / MacAddict 117.dmg / Software / Internet & Communication / BumperCar 2.0 (demo).dmg / BumperCar 2.app / Contents / Resources / English.lproj / Help / style.css < prev    next >
Cascading Style Sheet File  |  2006-02-06  |  3KB  |  152 lines

  1.     /* IP CSS Task Style 1.0 */
  2.     /* <html><head><meta name="robots" content="noindex"></head></html> */
  3.  
  4. h1       {
  5.     font-size: 14pt;
  6.     font-family: "Lucida Grande", Helvetica, Arial
  7.     }
  8.  
  9. h2         {
  10.     font-size: 12pt;
  11.     font-family: "Lucida Grande", Helvetica, Arial;
  12.     }
  13.     
  14. h3         {
  15.     font-size: 11pt;
  16.     font-family: "Lucida Grande", Helvetica, Arial;
  17.     }
  18. p         {
  19.     font-size: 9pt;
  20.     line-height: 12pt;
  21.     font-family: "Lucida Grande", Helvetica, Arial;
  22.     text-decoration: none
  23.     }
  24.  
  25. ol         {
  26.     font-size: 9pt;
  27.     font-family: "Lucida Grande", Helvetica, Arial;
  28.     list-style-position: outside;
  29.     margin-left: -18px
  30.     }
  31.  
  32. ol li     {
  33.     font-size: 9pt;
  34.     line-height: 12pt;
  35.     font-family: "Lucida Grande", Helvetica, Arial;
  36.     margin-top: 6px
  37.     }
  38.  
  39.  ol p      {
  40.     font-size: 9pt;
  41.     line-height: 12pt;
  42.     font-family: "Lucida Grande", Helvetica, Arial;
  43.     margin-top: 6px;
  44.     margin-bottom: 6px
  45.     }
  46.  
  47. ul         {
  48.     font-size: 9pt;
  49.     font-family: "Lucida Grande", Helvetica, Arial;
  50.     list-style-type: square;
  51.     list-style-position: outside;
  52.     margin-top: -6px;
  53.     margin-left: -22px
  54.     }
  55.  
  56. ul li    {
  57.     font-size: 9pt;
  58.     line-height: 12pt;
  59.     font-family: "Lucida Grande", Helvetica, Arial;
  60.     margin-top: 6px
  61.     }
  62.  
  63. ul p      {
  64.     font-size: 9pt;
  65.     line-height: 12pt;
  66.     font-family: "Lucida Grande", Helvetica, Arial;
  67.     margin-top: 6px;
  68.     margin-bottom: 6px
  69.     }
  70.  
  71. a        {
  72.     color: blue;
  73.     font-size: 9pt;
  74.     line-height: 11pt;
  75.     font-family: "Lucida Grande", Helvetica, Arial;
  76.     text-decoration: none
  77.     }
  78.  
  79. a:hover  {
  80.     color: blue;
  81.     font-size: 9pt;
  82.     line-height: 11pt;
  83.     font-family: "Lucida Grande", Helvetica, Arial;
  84.     text-decoration: underline
  85.     }
  86.  
  87. #caticon       {
  88.     background-color: #fff;
  89.     float: left
  90.     }
  91.  
  92. #pagetitle          {
  93.     background-color: #fff;
  94.     margin-top: 11pt;
  95.     margin-bottom: 16px;
  96.     margin-left: 40px;
  97.     width: 88%
  98.     }
  99.  
  100. #mainbox        {
  101.     background-color: #fff;
  102.     margin-top: 28px;
  103.     margin-right: 26px;
  104.     margin-left: 18px;
  105.     position: absolute;
  106.     top: 10px
  107.     }
  108.  
  109. #taskbox            {
  110.     background-color: #eee;
  111.     list-style-type: decimal;
  112.     list-style-position: outside;
  113.     margin: 12px -12px;
  114.     padding: 2px 12px;
  115.     border: solid 1px #444;
  116.     }
  117.  
  118. #taskbox ul {
  119.     font-size: 9pt;
  120.     font-family: "Lucida Grande", Helvetica, Arial;
  121.     list-style-type: square;
  122.     list-style-position: outside;
  123.     margin-top: 12px;
  124.     margin-left: -24px;
  125.     }
  126.  
  127. #leftlink             {
  128.     background-color: #fff;
  129.     float: left;
  130.     margin-top: 10px;
  131.     margin-bottom: 20px;
  132.     width: 64%
  133.     }
  134.  
  135. #rightlink              {
  136.     background-color: #fff;
  137.     text-align: right;
  138.     float: right;
  139.     margin-top: 10px;
  140.     margin-bottom: 20px;
  141.     width: 34%;
  142.     }
  143.  
  144. #linkbox            {
  145.     background-color: #eee;
  146.     font-family: "Lucida Grande", Helvetica, Arial;
  147.     margin-right: 175px;
  148.     margin-left: 18px;
  149.     margin-bottom: 20px;
  150.     padding: 2px 12px;
  151.     border: solid 1px #444
  152.     }